home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / docs / help / arexxbegin.lha / ARexx_For_Beginners / Articles_01-10 / Example3-3.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-08-02  |  202 b   |  8 lines

  1. /* Example3-3.rexx */
  2.  
  3. SAY 'a'x||CENTRE('Hi there - I am an AREXX program started from an Icon!',79)
  4. SAY CENTRE('This  window  will  go away  by itself  in 10 seconds.',79)
  5.  
  6. DO UNTIL TIME('E') > 10
  7. END
  8.